home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / pc_board / pcbevn25.zip / LOCKDOR1.ZIP / LOCKDOOR.DOC < prev    next >
Text File  |  1992-04-08  |  9KB  |  330 lines

  1.  
  2.  
  3.  
  4.  
  5.         ╓───────────────────────────────────────────────────────────╖
  6.         ║                                                           ║
  7.         ║                      LockDoor                             ║
  8.         ║             (A PCBoard   14.5a Utility)                   ║
  9.         ║                                                           ║
  10.         ║                LockDoor Version 1.0                       ║
  11.         ║                                                           ║
  12.         ║          Copyright (C) 1992 by David D. Casto             ║
  13.         ║                 ALL RIGHTS RESERVED                       ║
  14.         ║                                                           ║
  15.         ║               6196  Deewood Loop East                     ║
  16.         ║                Columbus, Ohio  43229                      ║
  17.         ║                   (614)  882-0994                         ║
  18.         ║                                                           ║
  19.         ╙───────────────────────────────────────────────────────────╜
  20.  
  21.  
  22.  
  23. Table Of Contents:
  24. =================
  25.  
  26.         Cover Page ..........................................  I
  27.         
  28.         Table Of Contents ................................... II
  29.  
  30.         Legal Information ...................................  1
  31.  
  32.         Registration ........................................  2
  33.  
  34.         Program Description .................................  3
  35.  
  36.         How LOCKDOOR Works ..................................  3
  37.  
  38.         Set Up ..............................................  3
  39.  
  40.         Example Door Batch Files ............................  4
  41.  
  42.         Example Display File ................................  5
  43.  
  44.         Example From PCBSetUp ...............................  5
  45.  
  46.         Comments ............................................  6
  47.  
  48.         What's New ..........................................  6
  49.  
  50.  
  51.  
  52.    LOCKDOOR Version 1.0  -  LOCKDOOR.DOC  -  USER MANUAL               Page - II
  53. -----------------------------------------------------------------------------
  54.  
  55.  
  56.  
  57.                           LOCKDOOR Version 1.0
  58.                    Copyright (C) 1992 by David D. Casto
  59.                           ALL RIGHTS RESERVED
  60.                         6196 Deewood Loop East
  61.                          Columbus, Ohio 43229
  62.                             (614)  882-0994
  63.  
  64.  
  65.  
  66.  WARNING!!
  67.  -------
  68.  
  69.       As with all new software it is *STRONGLY* recommended that
  70.  
  71.      you have a recent backup just in case.
  72.  
  73.  
  74.  Legal:
  75.  -----
  76.  
  77.        David Casto hereby disclaims all warranties relating to this
  78.  
  79.      software, whether express or implied, including without
  80.  
  81.      limitation any implied warranties of merchantability or fitness
  82.  
  83.      for a particular purpose. David Casto will not be liable for any
  84.  
  85.      special, incidental, consequential, indirect or similar damages
  86.  
  87.      due to loss of data or any other reason, even if David Casto or an
  88.  
  89.      agent of David Casto has been advised of the possibility of such
  90.  
  91.      damages.  In no event shall David Casto liability for any damages
  92.  
  93.      ever exceed the price paid for the license to use software,
  94.  
  95.      regardless of the form of the claim.  The person using the
  96.  
  97.      software bears all risk as to the quality and performance of the
  98.  
  99.      software.
  100.  
  101.        You are free to distribute this software as long as there are no
  102.  
  103.      modifications to any files in this Archive.
  104.  
  105.  
  106.  LOCKDOOR Version 1.0  -  LOCKDOOR.DOC  -  USER MANUAL               Page - 1
  107. -----------------------------------------------------------------------------
  108.  
  109.  
  110.  
  111.  
  112.  Registration:
  113.  
  114.       LOCKDOOR is a free utility to all registered PCBEvent users.
  115.  
  116.      LOCKDOOR will not work unless you have a registered PCBEvent
  117.  
  118.      key!
  119.  
  120.  
  121.  
  122.  
  123.  
  124.  
  125.  
  126.  
  127.  
  128.  
  129.  
  130.  LOCKDOOR Version 1.0  -  LOCKDOOR.DOC  -  USER MANUAL               Page - 2
  131. -----------------------------------------------------------------------------
  132.  
  133.  
  134.  What Is It? :
  135.  ==========
  136.  
  137.      LOCKDOOR is a utility that will lock a door xx minuets
  138.  
  139.      before an event.
  140.  
  141.  
  142.  How LOCKDOOR Works:
  143.  ==================
  144.  
  145.      LOCKDOOR reads Door.sys and calculates the time remaining
  146.      until your next event.  If the time remaining is equal to or
  147.      less than the xx minuets that was specified on the command
  148.      line, an errorlevel of 10 will be returned to DOS.  The error-
  149.      level is then checked by your door batch file.  In the example
  150.      door batch file below, if the errorlevel is 10 then it will
  151.      go to the LOCK label, copy DOORLOCK.TXT to PCBDoor.txt and
  152.      reload the board.  PCBoard will then display DOORLOCK.TXT
  153.      to the user.  If the time remaining is greater than the time
  154.      specified on the command line an errorlevel of 0 is returned
  155.      to DOS therefore by passing the LOCK and opening the door.
  156.  
  157.  
  158.  
  159.  Setup:
  160.  =====
  161.  
  162.    1.) Place LOCKDOOR.EXE in a directory in your path.
  163.  
  164.    2.) Place a registered PCBEvent.key in each nodes directory.
  165.  
  166.    3.) Edit each door batch file that you want to use LOCKDOOR on.
  167.  
  168.        (see batch file examples).
  169.  
  170.    4.) Place and edit a LOCKDOOR.TXT (or any Path\FileName) in a directory
  171.  
  172.        (see example).
  173.  
  174.    5.) Setup (re-setup) the door in PCBSetUp (see example).
  175.  
  176.    6.) Please let me know if you like LOCKDOOR!
  177.  
  178.  
  179.  LOCKDOOR Version 1.0  -  LOCKDOOR.DOC  -  USER MANUAL               Page - 3
  180. -----------------------------------------------------------------------------
  181.  
  182.  
  183.  
  184. Example Door Batch Files For Node 1:
  185. ===================================
  186.  
  187.       --------------------------
  188.        Regular Door Batch File:
  189.       --------------------------
  190.         @ECHO OFF
  191.         C:
  192.         CD\PCB
  193.         LOCKDOOR 45
  194.         IF ERRORLEVEL == 10 GOTO LOCK
  195.         CD\MYDOOR
  196.         MYDOOR
  197.         GOTO END
  198.         :LOCK
  199.         COPY C:\PCB\GEN\LOCKDOOR.TXT C:\PCB\PCBDOOR.TXT>NUL
  200.         :END
  201.         C:
  202.         CD\PCB
  203.         BOARD
  204.  
  205.  
  206.       ------------------------
  207.        Shell Door Batch File:
  208.       ------------------------
  209.         @ECHO OFF
  210.         C:
  211.         CD\PCB
  212.         LOCKDOOR 45
  213.         IF ERRORLEVEL == 10 GOTO LOCK
  214.         CD\MYDOOR
  215.         MYDOOR
  216.         GOTO END
  217.         :LOCK
  218.         COPY C:\PCB\GEN\LOCKDOOR.TXT C:\PCB\PCBDOOR.TXT>NUL
  219.         :END
  220.         C:
  221.         CD\PCB
  222.         EXIT
  223.  
  224.  
  225.  
  226.  
  227.  LOCKDOOR Version 1.0  -  LOCKDOOR.DOC  -  USER MANUAL               Page - 4
  228. -----------------------------------------------------------------------------
  229.  
  230.  
  231.  
  232. Example LOCKDOOR.TXT:
  233. ==================
  234.  
  235. @CLS@@BEEP@@BEEP@@BEEP@
  236. @X0C────────────────────────────────────────────────────────────────────────────
  237.  
  238.                                @X8CPLEASE NOTE
  239.  
  240.              @X0FThis door has been @X0CLOCKED @X0Fdue to a scheduled event.
  241.  
  242.              Please try this door again after our event at @EVENT@.
  243.  
  244.  
  245.                                  Thank You
  246.  
  247.                                  Your SysOp
  248.  
  249. @X0C────────────────────────────────────────────────────────────────────────────
  250.  
  251. @WAIT@
  252.  
  253.  
  254.  
  255.  
  256. Example from PCBSetup:
  257. =====================
  258.  
  259.  
  260.  
  261.                           Edit DOORS File
  262.  
  263.                                   USER DOOR
  264.  Filename    Password    Sec Login SYS  SYS  Shell   Path to DOOR Files
  265. ══════════ ═════════════ ═══ ═════ ════ ════ ═════ ══════════════════════
  266. 1) HUBDOOR                50    N    N    Y     Y  C:\PCB\
  267.  
  268.                                           ^
  269.                                           |
  270.                                           |
  271.                                           |
  272.                                           |------ *MUST* be Yes
  273.  
  274.  
  275.  
  276.  
  277.  LOCKDOOR Version 1.0  -  LOCKDOOR.DOC  -  USER MANUAL               Page - 5
  278. -----------------------------------------------------------------------------
  279.  
  280.  
  281. Comments:
  282.  ========
  283.  
  284.           LOCKDOOR was constructed due to a need on Blue Light BBS
  285.  
  286.         in Columbus Ohio.  LOCKDOOR was written due to some doors
  287.  
  288.         not checking the next event time and therefor over running
  289.  
  290.         an event.
  291.  
  292.           *If* you have any problems installing LOCKDOOR or any of
  293.  
  294.         my doors feel free to call me voice ( 614-882-0994 ).  I
  295.  
  296.         also monitor the DOOR and UTILITY conferences on Salt Air.
  297.  
  298.        *Note:  Please address all correspondence to David Casto when
  299.  
  300.                calling Salt Air or Blue Light BBS.
  301.  
  302.       *****************************************************************
  303.  
  304.                Blue Light BBS is located in Columbus, Ohio
  305.  
  306.                       (614) 766-9708 14400 BPS
  307.  
  308.                       (614) 766-9709 19200 BPS
  309.  
  310.        *Note:  Please address all correspondence to David Casto when
  311.  
  312.                calling Blue Light BBS.
  313.  
  314.  
  315.  
  316. What's NEW:
  317. ==========
  318.  
  319.       Version 1.0
  320.       -----------
  321.  
  322.                 Initial release.
  323.  
  324.  
  325.  
  326.  
  327.  LOCKDOOR Version 1.0  -  LOCKDOOR.DOC  -  USER MANUAL               Page - 6
  328. -----------------------------------------------------------------------------
  329.  
  330.